emsi_containers ~master (2021-09-24T04:23:14Z)
Home
Dub
Repo
OpenHashSet.contains
containers
openhashset
OpenHashSet
bool
contains
(T item)
struct
OpenHashSet
(T, Allocator = Mallocator, alias hashFunction = generateHash!T, bool supportGC = shouldAddGCRange!T)
const
bool
contains
(
T
item
)
bool
opBinaryRight
(T item)
Return Value
Type:
bool
true
if the hash set contains the given item, false otherwise.
Meta
Source
See Implementation
containers
openhashset
OpenHashSet
aliases
insertAnywhere
put
constructors
this
destructors
~this
functions
clear
contains
empty
insert
length
opBinaryRight
opOpAssign
opSlice
remove
mixins
__anonymous
postblits
this(this)